binary tree 뜻
발음:
"binary tree" 예문
국어 번역
모바일
- 이진 트리
- binary adjective, noun, 둘의, 둘로된
- tree noun, 나무, 수목, 목제품, 계통수,
- binary search tree 이진 탐색 트리
- threaded binary tree 스레드 이진 트리
- self-balancing binary search tree 자가 균형 이진 탐색 트리
- tree noun, 나무, 수목, 목제품, 계통수, 가꼐도, ~ of heaven 가죽나무, ~ of knowledge (of good and evil) 비혜의 나무, ~ of lige 생명의 나무, up a ~ 진퇴 양난에 빠져 vt, (짐승을)나무 위로 쫓다, 궁지에 몰아 넣다, (구두에) 골을 끼다, 나무(가로대, 자루)를 달다
- binary code 이진 코드
- binary data 이진 데이터
- binary decoder 복호화
- binary digit 이진수
- binary file 이진 파일
- binary form 두도막 형식
- binary heap 이진 힙
- binary logarithm 이진 로그
- binary logic 2가 논리
예문
- "Traversing binary trees simply and cheaply".
이진 트리를 표현하는데는 크게 두 가지 방법이 있다. - A binary tree can be represented in an array by use of this formula:
완전 이진 트리는 배열 내부에 작성될 수 있다. - Algorithms taking logarithmic time are commonly found in operations on binary trees or when using binary search .
로그시간이 걸리는 알고리즘은 이진트리에서의 연산에서나 또는 이진 탐색에서 찾아볼 수 있다. - For example, binary tree sort creates a binary tree by inserting each element of the n-sized array one by one.
예를 들면, 이진 트리 정렬은 n 크기의 배열 각 요소를 하나하나 삽입하여 이진 트리를 만든다. - For example, binary tree sort creates a binary tree by inserting each element of the n-sized array one by one.
예를 들면, 이진 트리 정렬은 n 크기의 배열 각 요소를 하나하나 삽입하여 이진 트리를 만든다.